public class MessagePublic Class Message| Message | Initializes a new instance of the Message class. |
| Message(Byte) | Initializes a new instance of the Message class. |
| Message(Stream) | Initializes a new instance of the Message class. |
| Message(String) | Initializes a new instance of the Message class. |
| Bcc | Gets the BCC. |
| Body | Gets or sets the body. |
| BodyParts | Gets the body parts. |
| Cc | Gets the cc. |
| Comments | Gets or sets the comments. |
| ContentDescription | Gets or sets the content description. |
| ContentDisposition | Gets or sets the content disposition. |
| ContentID | Gets or sets the content identifier. |
| ContentLocation | Gets or sets the content location. |
| ContentTransferEncoding | Gets or sets the content transfer encoding. |
| ContentType | Gets or sets the type of the content. |
| Date | Gets or sets the date. |
| EmbeddedMessage | Gets or sets the embedded message. |
| From | Gets or sets from. |
| FromAddresses | Gets the full list of From mailboxes (RFC 5322 allows more than one). |
| HeaderCharSet | Gets or sets the header character set. |
| HeaderEncoding | Gets or sets the header encoding. |
| Headers | Gets the headers. |
| InReplyTo | Gets or sets the In-Reply-To field: one or more message identifiers (RFC 5322 section 3.6.4), e.g. "<id1@host> <id2@host>". |
| Keywords | Gets or sets the keywords. |
| MessageID | Gets or sets the message identifier. |
| MimeVersion | Gets or sets the MIME version. |
| References | Gets or sets the references. |
| ReplyTo | Gets the reply to. |
| ResentBcc | Gets the Resent-Bcc mailboxes. |
| ResentCc | Gets the Resent-Cc mailboxes. |
| ResentDate | Gets or sets the resent date. |
| ResentFrom | Gets or sets the first Resent-From mailbox. Resent-From is a mailbox-list (RFC 5322 section 3.6.6); use ResentFromAddresses for the full list. |
| ResentFromAddresses | Gets the full list of Resent-From mailboxes (RFC 5322 allows more than one). |
| ResentMessageID | Gets or sets the resent message identifier. |
| ResentSender | Gets or sets the resent sender. |
| ResentTo | Gets the Resent-To mailboxes. |
| ReturnPath | Gets or sets the return path. |
| Sender | Gets or sets the sender. |
| Subject | Gets or sets the subject. |
| To | Gets to. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetAttachments | Gets the attachments. |
| GetAttachments(Boolean) | Gets the attachments. |
| GetBytes | Gets the bytes. |
| GetFileName | Gets the name of the file. |
| GetHashCode | (Inherited from Object) |
| GetStream | Gets the stream. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| Open(Byte) | Opens the specified buffer. |
| Open(Stream) | Opens the specified stream. |
| Open(String) | Opens the specified file path. |
| Save(Stream) | Saves the specified stream. |
| Save(String) | Saves this message to the specified file. |
| Save(String, Boolean) | Saves this message to the specified file. |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |